home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1996 June / MACPOWER-1996-06.ISO.7z / MACPOWER-1996-06.ISO / AMUG / UTILITY_40 / MacShell 0.54b / MacShell.0.54b / MacShell.0.54b / MacShell.0.54b.rsrc / help_4898_mv < prev    next >
Text File  |  1996-01-21  |  608b  |  16 lines

  1. mv - Move and rename files and directories.
  2.  
  3. SYNTAX
  4.    mv name1 [name2...] nameN
  5.  
  6. DESCRIPTION
  7.  
  8. The command "mv" moves and renames files and directories to the name given as the last argument.  
  9.  
  10. If the last argument names a directory which exists in advance, all other arguments will be moved into this directory, and not renamed.  
  11.  
  12. If the last argument names an entity which does not exist, only two arguments may be given.  In this case the entity named by the first argument will be renamed to the name given as the second argument.
  13.  
  14. The move will not overwrite already existing files and directories.
  15.